$OpenBSD: ogi-patch-festival_src_modules_OGIdbase_OGIresLPC_db_cc,v 1.1 2004/08/11 23:08:24 jolan Exp $
--- festival/src/modules/OGIdbase/OGIresLPC_db.cc.orig	Mon Aug  9 04:29:37 2004
+++ festival/src/modules/OGIdbase/OGIresLPC_db.cc	Mon Aug  9 04:29:43 2004
@@ -453,7 +453,7 @@ void OGIresLPC_db::load_ungrp_gains(OGId
   ts.set_PunctuationSymbols("");
   
   for (i=0; (!ts.eof()) && (i<db.unitdic.Nunits());){
-    line = ts.get_upto_eoln();
+    line = ts.get_upto_eoln().String();
     if ((line.length() > 0) && (line[0] != ';')){
 
       EST_TokenStream ls;
