[Debtags-commits] [svn] r1664 - in tagcoll/trunk: . tagcoll
Enrico Zini
enrico at costa.debian.org
Sat Mar 18 17:52:59 UTC 2006
Author: enrico
Date: Sat Mar 18 17:52:58 2006
New Revision: 1664
Modified:
tagcoll/trunk/ (props changed)
tagcoll/trunk/tagcoll/Commandline.cc
Log:
r7706 at viaza: enrico | 2006-03-18 18:41:50 +0100
Silenced a compiler warning
Modified: tagcoll/trunk/tagcoll/Commandline.cc
==============================================================================
--- tagcoll/trunk/tagcoll/Commandline.cc (original)
+++ tagcoll/trunk/tagcoll/Commandline.cc Sat Mar 18 17:52:58 2006
@@ -794,7 +794,7 @@
FILE* in = fopen(file.c_str(), "r");
if (!in) throw SystemException(errno, "opening file " + file);
string section;
- commandline::Manpage::where placement;
+ commandline::Manpage::where placement = commandline::Manpage::BEFORE;
string text;
while (!feof(in))
{
More information about the Debtags-commits
mailing list