Changeset 1021


Ignore:
Timestamp:
Jan 9, 2010, 9:21:51 PM (13 years ago)
Author:
Peter Johansson
Message:

fixes #440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/OptionVersion.cc

    r977 r1021  
    22
    33/*
    4   Copyright (C) 2008, 2009 Peter Johansson
     4  Copyright (C) 2008, 2009, 2010 Peter Johansson
    55
    66  This file is part of svndigest, http://dev.thep.lu.se/svndigest
     
    8585      cs << "using libplplot ";
    8686      plstream pls;
    87       char* plplot_version;
     87      char* plplot_version = new char[32];
    8888      pls.gver(plplot_version);
    8989      cs << plplot_version << "\n";
     90      delete [] plplot_version;
    9091#endif
    9192    }
Note: See TracChangeset for help on using the changeset viewer.