shithub: lwext4

Download patch

ref: 74c46cc0b7768eb4433fbdbaf6f6f7d21c2b94ee
parent: a85eca317e6c5916cb82f9a29f5beb76b92b59e8
author: gkostka <[email protected]>
date: Sun Oct 27 07:53:02 EDT 2013

BUGFIX:
1. Remove warnings.

--- a/demos/generic/main.c
+++ b/demos/generic/main.c
@@ -477,7 +477,7 @@
                 winpart = true;
                 break;
             default:
-                printf(usage);
+                printf("%s", usage);
                 return false;
 
         }