diff options
Diffstat (limited to 'sysutils/anteater/files/patch-anteater_htmlreport.cpp')
-rw-r--r-- | sysutils/anteater/files/patch-anteater_htmlreport.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/anteater/files/patch-anteater_htmlreport.cpp b/sysutils/anteater/files/patch-anteater_htmlreport.cpp new file mode 100644 index 000000000000..395295321adb --- /dev/null +++ b/sysutils/anteater/files/patch-anteater_htmlreport.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- anteater/htmlreport.cpp.orig Thu May 24 19:14:00 2001 ++++ anteater/htmlreport.cpp Tue Nov 5 13:20:12 2002 +@@ -244,7 +244,7 @@ + nextField(); + } + +-void htmlReport::skipField( const bool realline = true ) ++void htmlReport::skipField( const bool realline) + { + if( col_list.size() == 0 ) return; // Fehler. + if( realline ) checkAutoField(); |