diff --git a/pkg2zip.c b/pkg2zip.c index ce1eced..abcda3a 100644 --- a/pkg2zip.c +++ b/pkg2zip.c @@ -310,7 +310,7 @@ int main(int argc, char* argv[]) char path[1024]; if (dlc) { - snprintf(path, sizeof(path), "%s [%.9s] [%s] [DLC].zip", title, id, get_region(id)); + snprintf(path, sizeof(path), "%s [%.9s] [%s] [DLC-%s].zip", title, id, get_region(id), id2); printf("[*] unpacking DLC\n"); } else if (patch)