cc-1164 cc: WARNING File = registry/regfio.c, Line = 107 Argument of type "unsigned char *" is incompatible with parameter of type "const char *". if ( strncmp( hdr, "hbin", HBIN_HDR_SIZE ) != 0 ) { ^
I think hdr should be "char *"; both strncmp() and IVAL() expect a char * as their argument.
yup. I agree. Fixed.
Reassign IRIX bugs to me.
Jerry Carter has already fixed this; it should have been closed long ago.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.