>> change references to string variables which could be >> NULL from >> > >> > s to >> > >> > s ? s : "NULL" >> >> Why? Other than debugging, what possible value does >> "NULL" have to >> users besides than alerting them to the fact that >> your software is >> buggy?
Padraig suggests to change the debug/logging output in the broken programs that way; that seems like a fine solution. In debugging output NULL is potentially interesting. Casper _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
