aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index eaee704..5ca1f04 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -129,7 +129,7 @@ getdata(
129 case -2: 129 case -2:
130 goto getdata_error; 130 goto getdata_error;
131 default: 131 default:
132 writetable(filename, size, *buf); 132 writetable(*buf, size, filename);
133 break; 133 break;
134 } 134 }
135 } else { 135 } else {

Generated with cgit - Back to sebastiano.tronto.net