diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:51 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:51 +0000 |
commit | 7e72625549527d9c2db6abceb400f128ca4e85c9 (patch) | |
tree | ba9bda73d4bba79663ec715ad123db0ec628713a /cmdline/apt-extracttemplates.h | |
parent | a5b7cd8279132bc1ced7cc0845619aef8a831971 (diff) |
Extract Templates adjustments
Author: jgg
Date: 2001-02-27 04:26:03 GMT
Extract Templates adjustments
Diffstat (limited to 'cmdline/apt-extracttemplates.h')
-rw-r--r-- | cmdline/apt-extracttemplates.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-extracttemplates.h b/cmdline/apt-extracttemplates.h index 0b581604b..d0f90d3f4 100644 --- a/cmdline/apt-extracttemplates.h +++ b/cmdline/apt-extracttemplates.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-extracttemplates.h,v 1.1 2001/02/25 04:53:59 tausq Exp $ +// $Id: apt-extracttemplates.h,v 1.2 2001/02/27 04:26:03 jgg Exp $ /* ###################################################################### apt-extracttemplate - tool to extract template and config data @@ -31,7 +31,7 @@ public: bool Go(); bool ParseInfo(); - static char *GetInstalledVer(const string &package); + static string GetInstalledVer(const string &package); string Package; string Version; |