OSDN Git Service

remove debug code
authorSHIRAKATA Kentaro <argrath@ub32.org>
Mon, 20 Feb 2017 04:49:31 +0000 (13:49 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Wed, 11 Oct 2017 05:15:36 +0000 (14:15 +0900)
src/objnam.c

index c02494f..9cf21d4 100644 (file)
@@ -96,7 +96,7 @@ register const char *pref;
     register int i = (int) strlen(pref);
 
     if (i > PREFIX) {
-        impossible("PREFIX too short (for %d).%s//%s", i, s, pref);
+        impossible("PREFIX too short (for %d).", i);
         return s;
     }
     s -= i;