Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31488
Modified Files: Tag: impd_0_37 s_print.c Log Message: accept pd_error() with null object (replaces error())
Index: s_print.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_print.c,v retrieving revision 1.1.1.1.16.2.2.4 retrieving revision 1.1.1.1.16.2.2.5 diff -C2 -d -r1.1.1.1.16.2.2.4 -r1.1.1.1.16.2.2.5 *** s_print.c 19 Mar 2004 21:01:34 -0000 1.1.1.1.16.2.2.4 --- s_print.c 8 May 2004 19:27:45 -0000 1.1.1.1.16.2.2.5 *************** *** 118,122 **** void postfloat(float f) { - char buf[80]; t_atom a; SETFLOAT(&a, f); --- 118,121 ---- *************** *** 156,160 **** printcon("error: %s\n", error_string); error_object = object; ! if (!saidit) { post("... you might be able to track this down from the Find menu."); --- 155,159 ---- printcon("error: %s\n", error_string); error_object = object; ! if (object && !saidit) { post("... you might be able to track this down from the Find menu.");