From 35c56ad0a88a4d53e613230d0d1156780135e3f4 Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 2 May 2017 13:14:55 -0400 Subject: fix memset --- tksao/frame/context.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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