From 74d8907c1c2d761f25e9a5901ad16f12ee3d871f Mon Sep 17 00:00:00 2001 From: Katayoon Ghaemiardakani Date: Wed, 12 Mar 2025 10:03:54 +0000 Subject: [PATCH] I changed the number of the characters accepted for input and output directories. --- zobov/voztie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zobov/voztie.c b/zobov/voztie.c index 0f67b98..fe1b5a0 100644 --- a/zobov/voztie.c +++ b/zobov/voztie.c @@ -20,7 +20,7 @@ int compare_int(const void *a, const void *b) int main(int argc, char *argv[]) { FILE *part, *adj, *vol; - char partfile[200], *suffix, adjfile[200], volfile[200], *outDir; + char partfile[2048], *suffix, adjfile[2048], volfile[2048], *outDir; float *vols, volstemp; int *cnt_adj;