Martin Sebor
Fri, 11 Jan 2008 14:44:02 -0800
[EMAIL PROTECTED] wrote:
Author: vitek Date: Fri Jan 11 13:36:11 2008 New Revision: 611307 URL: http://svn.apache.org/viewvc?rev=611307&view=rev Log:
[...]
@@ -153,8 +150,12 @@
if (!p)
std::cerr<< "\nNot a valid locale: " << GERMAN_LOCALE << '\n';
else {
+ FrankFurtStockXchange *fse = new FrankFurtStockXchange;
We should probably fix the spelling here, too. The city is Frankfurt, not Frank Furt. That makes me laugh! ;-) Martin