diff options
Diffstat (limited to 'tools/tool.h')
| -rw-r--r-- | tools/tool.h | 2 |
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 { |
