1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Fixed another compiler warning.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15143 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-09-22 09:19:07 +00:00
parent 502d1aaab7
commit 828e36f2d7

View File

@ -1,5 +1,5 @@
/*
* $Id: stdlib_main.c,v 1.31 2006-09-22 09:02:51 obarthel Exp $
* $Id: stdlib_main.c,v 1.32 2006-09-22 09:19:07 obarthel Exp $
*
* :ts=4
*
@ -501,7 +501,7 @@ _main(void)
tags[i]. ti_Tag = NP_StackSize;
tags[i++]. ti_Data = stack_size;
tags[i]. ti_Tag = NP_Name;
tags[i++]. ti_Data = (ULONG)(__process_name != NULL ? __process_name : FilePart(program_name));
tags[i++]. ti_Data = (ULONG)(__process_name != NULL ? __process_name : (char *)FilePart(program_name));
tags[i]. ti_Tag = NP_CommandName;
tags[i++]. ti_Data = (ULONG)FilePart(program_name);
tags[i]. ti_Tag = NP_Cli;