Skip to content

Commit ba22acb

Browse files
debug
1 parent bcf9091 commit ba22acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

squashfs-mount.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ static mount_entry_t *parse_mount_entries(const char **argv, int argc) {
203203
}
204204
// parse offset
205205
offset = strtoul(offset_str, &endptr, 10);
206+
printf("DEBUG offset: %lu\n", offset);
206207
if (errno != 0 || *endptr != '\0') {
207208
errx(EXIT_FAILURE, "invalid value in offset: %s from %s", offset_str, argv[i]);
208209
}

0 commit comments

Comments
 (0)