[wpdev-commits] wolfpack inlines.h,1.35,1.36
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-11-03 03:41:45
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11233 Modified Files: inlines.h Log Message: Oops, empty case breaks things. Index: inlines.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/inlines.h,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** inlines.h 3 Nov 2004 03:34:15 -0000 1.35 --- inlines.h 3 Nov 2004 03:41:35 -0000 1.36 *************** *** 100,106 **** // German umlauts can be represented differently switch (c) { - case '': - result.append("ue"); - continue; case 'ü': result.append("ue"); --- 100,103 ---- |