chiark / gitweb /
make gcc shut up
[elogind.git] / src / journal / journalctl.c
index d406daeae99d6fecca6d3c942d108e424e9da213..a328ba11b0d3193daae39d1e18be28fb309ffd57 100644 (file)
@@ -1651,7 +1651,7 @@ int main(int argc, char *argv[]) {
         }
 
         if (arg_action == ACTION_DISK_USAGE) {
-                uint64_t bytes;
+                uint64_t bytes = 0;
                 char sbytes[FORMAT_BYTES_MAX];
 
                 r = sd_journal_get_usage(j, &bytes);