*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1047 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9f59bfcfae
commit
214fbed9f5
1 changed files with 2 additions and 3 deletions
|
|
@ -70,9 +70,8 @@ char *wad_arg_string(WadFrame *frame) {
|
|||
|
||||
#ifdef WAD_SOLARIS
|
||||
for (i = 0; i < 6; i++) {
|
||||
wad_strcpy(temp,"0x");
|
||||
wad_strcat(temp,wad_format_hex(stack[8+1],0));
|
||||
wad_strcat(str,temp);
|
||||
wad_strcat(str,"0x");
|
||||
wad_strcat(str,wad_format_hex(stack[8+1],0));
|
||||
if (i < 5)
|
||||
wad_strcat(str,",");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue