Changeset 1021
- Timestamp:
- Jan 9, 2010, 9:21:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OptionVersion.cc
r977 r1021 2 2 3 3 /* 4 Copyright (C) 2008, 2009 Peter Johansson4 Copyright (C) 2008, 2009, 2010 Peter Johansson 5 5 6 6 This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 85 85 cs << "using libplplot "; 86 86 plstream pls; 87 char* plplot_version ;87 char* plplot_version = new char[32]; 88 88 pls.gver(plplot_version); 89 89 cs << plplot_version << "\n"; 90 delete [] plplot_version; 90 91 #endif 91 92 }
Note: See TracChangeset
for help on using the changeset viewer.