at 24.11-pre 12 lines 316 B view raw
1--- mhddfs-0.1.39/src/usage.c.old 2017-02-28 15:00:25.435438622 +0100 2+++ mhddfs-0.1.39/src/usage.c 2017-02-28 15:00:33.847454958 +0100 3@@ -43,7 +43,7 @@ 4 "\n" 5 " see fusermount(1) for information about other options\n" 6 ""; 7- fprintf(to, usage); 8+ fputs(usage, to); 9 if (to==stdout) exit(0); 10 exit(-1); 11 } 12