aboutsummaryrefslogtreecommitdiff
path: root/src/io_cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-11 07:48:58 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-11 07:48:58 +0200
commitc89c5a1832354d656757c5aff49018d0313838e0 (patch)
treec01d1cedfcdf850f2df66a209a7e4c04c247293f /src/io_cube.h
parent2ec81876eb59bb3e7c544774aa222988c1f574c4 (diff)
downloadnissy-core-c89c5a1832354d656757c5aff49018d0313838e0.tar.gz
nissy-core-c89c5a1832354d656757c5aff49018d0313838e0.zip
Cleaned up cube.h
Diffstat (limited to 'src/io_cube.h')
-rw-r--r--src/io_cube.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io_cube.h b/src/io_cube.h
index 430d3ac..3e7880e 100644
--- a/src/io_cube.h
+++ b/src/io_cube.h
@@ -60,7 +60,7 @@ writecube(const char *format, cube_t cube, char *buf)
60 size_t len; 60 size_t len;
61 61
62 if (!isconsistent(cube)) { 62 if (!isconsistent(cube)) {
63 errormsg = "ERROR: cannot write inconsistent cube"; 63 errormsg = "ERROR: inconsistent";
64 goto writecube_error; 64 goto writecube_error;
65 } 65 }
66 66
@@ -73,7 +73,7 @@ writecube(const char *format, cube_t cube, char *buf)
73 } 73 }
74 } 74 }
75 75
76 errormsg = "ERROR: cannot write cube in the given format"; 76 errormsg = "ERROR: format";
77 77
78writecube_error: 78writecube_error:
79 DBG_LOG("writecube error, see stdout for details\n"); 79 DBG_LOG("writecube error, see stdout for details\n");

Generated with cgit - Back to sebastiano.tronto.net