Unknown escape sequence when installing on OSX 10.9
Brought to you by:
corvuscorax
I was getting the following error when installing on OSX:
safecopy.c: In function 'usage': safecopy.c:267:20: warning: unknown escape sequence: '\-' [enabled by default] fprintf(printout, " Default: none, 0 if \-I is specified\n"); ^
I was able to fix it by removing the escape character on line 267 of safecopy.c.
The error wasn't preventing the install and it may be an OSX only thing, but I just thought I would report it.
thanks, im gonna fix that in the next version