comparison src/doprnt.c @ 58:8b0bdfdf0cf0 r19-16-pre4

Import from CVS: tag r19-16-pre4
author cvs
date Mon, 13 Aug 2007 08:58:37 +0200
parents ee648375d8d6
children 131b0175ea99
comparison
equal deleted inserted replaced
57:14ab9e17efe0 58:8b0bdfdf0cf0
451 printf implementations do. Would it be better (and safe) 451 printf implementations do. Would it be better (and safe)
452 to signal an error instead? Or should we just use the 452 to signal an error instead? Or should we just use the
453 empty string? -dkindred@cs.cmu.edu 8/1997 453 empty string? -dkindred@cs.cmu.edu 8/1997
454 */ 454 */
455 if (!string) 455 if (!string)
456 string = "(null)"; 456 string = (Bufbyte *) "(null)";
457 string_len = strlen ((char *) string); 457 string_len = strlen ((char *) string);
458 } 458 }
459 else 459 else
460 { 460 {
461 Lisp_Object obj = largs[spec->argnum - 1]; 461 Lisp_Object obj = largs[spec->argnum - 1];