summarylogtreecommitdiffstats
path: root/fix_build.patch
blob: 1f5fbae7125decb0d6a68ce10f5f74065b24df67 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- bytesex.c.orig	2002-07-06 07:34:18.000000000 +1000
+++ bytesex.c	2022-04-23 10:21:15.757339856 +1000
@@ -36,7 +36,7 @@
                 } else {
                         panic("%s\n", strerror(errno));
                 }
-                panic(errmsg);
+                panic("%s\n", errmsg);
         }
 }