freebsd-ports/devel/gcvs/files/patch-rf_ustr.cpp
Martin Wilke a28acc2928 - Fix build with gcc 4.2/AMD64
PR:		118027
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav,linimon)
2007-11-22 22:27:29 +00:00

10 lines
211 B
C++

--- rf/ustr.cpp.orig 2007-11-13 23:46:12.000000000 +0100
+++ rf/ustr.cpp 2007-11-13 23:46:29.000000000 +0100
@@ -428,4 +428,5 @@
newvalue[len] = '\0';
return newvalue;
-}
\ No newline at end of file
+}
+