fix various bugs for sunos

This commit is contained in:
rsc 2004-04-20 00:54:58 +00:00
parent 20b33daf59
commit 929ba9b98f
6 changed files with 13 additions and 13 deletions

View file

@ -544,7 +544,7 @@ getstring(DwarfBuf *b, int form, char **s)
/* don't return error - maybe can proceed */
*s = nil;
}else
*s = b->d->str.data + u;
*s = (char*)b->d->str.data + u;
return 0;
}