|
@@ -0,0 +1,16 @@
|
|
|
+Subject: Fix typos
|
|
|
+Author: Drake Mobius <drake.mobius@gmail.com>
|
|
|
+Bug-Debian: https://bugs.debian.org/628748
|
|
|
+Forwarded: https://sourceforge.net/p/u3-tool/patches/8/
|
|
|
+
|
|
|
+--- a/src/main.c
|
|
|
++++ b/src/main.c
|
|
|
+@@ -166,7 +166,7 @@
|
|
|
+
|
|
|
+ // determine file size
|
|
|
+ if (stat(iso_filename, &file_stat) == -1) {
|
|
|
+- perror("Failed stating iso file");
|
|
|
++ perror("Failed to stat iso file");
|
|
|
+ return EXIT_FAILURE;
|
|
|
+ }
|
|
|
+ if (file_stat.st_size == 0) {
|