]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ogg_afh_common.c: Add missing whitespace to log message.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 3 Jan 2018 04:11:23 +0000 (05:11 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Jan 2018 21:23:24 +0000 (22:23 +0100)
There was no space character between the number and the word "seconds".

ogg_afh_common.c

index 46465de1208b3c8edbb09972550bf4277667c7db..62cde3d465ab7c86a23d6c539b8a2b447d465f78 100644 (file)
@@ -154,7 +154,7 @@ int oac_get_file_info(char *map, size_t numbytes, struct afh_info *afhi,
        afhi->seconds_total = num_frames / afhi->frequency;
        /* use roughly one page per chunk */
        frames_per_chunk = num_frames / i;
        afhi->seconds_total = num_frames / afhi->frequency;
        /* use roughly one page per chunk */
        frames_per_chunk = num_frames / i;
-       PARA_INFO_LOG("%" PRIu32 "seconds, %d frames/chunk\n",
+       PARA_INFO_LOG("%" PRIu32 " seconds, %d frames/chunk\n",
                afhi->seconds_total, frames_per_chunk);
        ct_size = 250;
        afhi->chunk_table = para_malloc(ct_size * sizeof(uint32_t));
                afhi->seconds_total, frames_per_chunk);
        ct_size = 250;
        afhi->chunk_table = para_malloc(ct_size * sizeof(uint32_t));