FreeBSD Bugzilla – Attachment 29376 Details for
Bug 49056
Festival fixes for newer GCCs [PATCH]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
Joel Ray Holveck
on 2003-03-09 21:20:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joel Ray Holveck
Created:
2003-03-09 21:20:13 UTC
Size:
1.37 KB
patch
obsolete
>--- festival/src/modules/OGIresLPC/pmark_analysis.cc Wed Dec 29 17:11:49 1999 >+++ festival/src/modules/OGIresLPC/pmark_analysis.cc Sat Mar 8 17:46:55 2003 >@@ -58,7 +58,8 @@ > EST_error("OGIresLPC pmark analysis: infile_list empty - no input files to process"); > } > >- EST_Pathname f,spfile,lxfile,outfile,basename; >+ EST_Pathname f,spfile,lxfile,outfile; >+ EST_String basename; > EST_String sp_path = wstrdup(g.S("sp_path")); > EST_String lx_path = wstrdup(g.S("lx_path")); > EST_String out_path = wstrdup(g.S("out_path")); >--- festival/src/modules/OGIresLPC/resLPC_analysis.cc Wed Dec 29 17:11:49 1999 >+++ festival/src/modules/OGIresLPC/resLPC_analysis.cc Sat Mar 8 17:44:52 2003 >@@ -62,10 +62,10 @@ > bool files_loaded = TRUE; > f = EST_Pathname(get_c_string(car(l))); > basename = f.basename(1); >- pmfile = pm_path + basename + pm_ext; >- spfile = sp_path + basename + sp_ext; >- lpc_outfile = out_path + basename + lpc_ext; >- res_outfile = out_path + basename + res_ext; >+ pmfile = pm_path + ((EST_String)basename) + pm_ext; >+ spfile = sp_path + ((EST_String)basename) + sp_ext; >+ lpc_outfile = out_path + ((EST_String)basename) + lpc_ext; >+ res_outfile = out_path + ((EST_String)basename) + res_ext; > if (lpc_debug_print) cout << " loading " << pmfile << " --> output to " << res_outfile << " " << lpc_outfile << endl; > > EST_Wave sp;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49056
:
29374
|
29375
| 29376