chiark / gitweb /
Synchronize with trunk
[disorder] / lib / asprintf.c
index 54003395dc85b9a9cc61cf94ca36446db965435d..da37319012c19f5f6a85a9c8f0f7a5577f280d48 100644 (file)
@@ -99,7 +99,7 @@ int byte_xvasprintf(char **ptrp,
   int n;
 
   if((n = byte_vasprintf(ptrp, fmt, ap)) < 0)
-    fatal(errno, "error calling byte_vasprintf");
+    disorder_fatal(errno, "error calling byte_vasprintf");
   return n;
 }