r254: Added binary output of projection file elements
[ctsim.git] / libctsim / scanner.cpp
index c8c86632d1c15924cf9e9f4794ed8be6b9703c9a..48f23943a739ec654d361fba8fdcc35f1fad92d5 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: scanner.cpp,v 1.17 2000/12/06 01:46:43 kevin Exp $
+**  $Id: scanner.cpp,v 1.18 2000/12/16 02:31:00 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -535,7 +535,7 @@ Scanner::traceShowParamRasterOp (int iRasterOp, const char *szLabel, const char
 #ifdef MSVC
   vsprintf (szValue, fmt, args);
 #else
-  vnsprintf (szValue, sizeof(szValue), fmt, args);
+  vsnprintf (szValue, sizeof(szValue), fmt, args);
 #endif
 
   //  cio_set_cpos (raysum_trace_menu_column, row);