• Greg Ward's avatar
    osx_output: always pass OS X result code to g_set_error(). · 9cb4aaf3
    Greg Ward authored
    Should be safe on OS X 10.4 (32-bit), since Apple's OSStatus boils
    down to "signed long", and g_set_error() takes gint, which is really
    just "int".  Assigning "signed long" to "int" on 32-bit Unix should be
    just fine, since both are signed 32-bit ints.
    
    No idea if this is safe on 64-bit OS X.
    9cb4aaf3
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...