summaryrefslogtreecommitdiffstats
path: root/tksao/frame
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame')
-rw-r--r--tksao/frame/context.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/context.C b/tksao/frame/context.C
index 9a6adeb..08c3568 100644
--- a/tksao/frame/context.C
+++ b/tksao/frame/context.C
@@ -1942,7 +1942,7 @@ void Context::reorderAxes()
char* data = new char[sz];
if (!data)
return;
- memset(data,sz,0);
+ memset(data,0,sz);
naxis_ = new int[FTY_MAXAXES];
for (int ii=0; ii<FTY_MAXAXES; ii++)