- %llx -> %I64x
[reactos.git] / rosapps / applications / sysutils / systeminfo / systeminfo.c
index d641c20..ea13782 100644 (file)
@@ -358,7 +358,8 @@ AllSysInfo(VOID)
 int
 main(int argc, char *argv[])
 {
 int
 main(int argc, char *argv[])
 {
-       if (argc > 1 && !strcmp(argv[1], "/?"))
+    char str[] = "/?";
+       if (argc > 1 && !strcmp(argv[1], str))
        {
                Usage();
                return 0;
        {
                Usage();
                return 0;