]> git.saurik.com Git - android/aapt.git/blobdiff - StringPool.cpp
New orientation handling. Only impacts SDK (aapt dump badging).
[android/aapt.git] / StringPool.cpp
index a09cec05110b4102f284225d2f0ff0526dc962c5..d067d59006c66140f88339f6ea717bf0dcc05f8c 100644 (file)
@@ -30,7 +30,7 @@ void printStringPool(const ResStringPool* pool)
             str = String8(pool->stringAt(s, &len)).string();
         }
 
-        printf("String #%ld: %s\n", s, str);
+        printf("String #%zd: %s\n", s, str);
     }
 }