~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to src/numbers.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-08-26 09:37:23 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080826093723-lwblp0nwfd93sggb
Tags: 1.38-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1305
1305
                                        decimal_count--;
1306
1306
                                        n_digits++;
1307
1307
                                }
1308
 
                                if(decimal_count <= max_decimal_count)
 
1308
                                if((decimal_count <= max_decimal_count) && isdigit(word[n_digits]))
1309
1309
                                {
1310
1310
                                        LookupNum3(atoi(&word[n_digits]),buf1,0,0,0);
1311
1311
                                        strcat(ph_out,buf1);