/[gnokii]/gnokii/gnokii/gnokii.c
ViewVC logotype

Diff of /gnokii/gnokii/gnokii.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.424 by pkot, Sun Jul 31 21:31:14 2005 UTC revision 1.425 by pkot, Sun Jul 31 21:36:26 2005 UTC
# Line 3402  static int getphonebook(int argc, char * Line 3402  static int getphonebook(int argc, char *
3402                          fprintf(stderr, _("Empty memory location. Skipping.\n"));                          fprintf(stderr, _("Empty memory location. Skipping.\n"));
3403                          break;                          break;
3404                  case GN_ERR_INVALIDLOCATION:                  case GN_ERR_INVALIDLOCATION:
                         fprintf(stderr, _("Error reading from the location %d in memory %s\n"), count, memory_type_string);  
3405                          if (end_entry == INT_MAX) {                          if (end_entry == INT_MAX) {
3406                                  /* Ensure that we quit the loop */                                  /* Ensure that we quit the loop */
3407                                  num_entries = 0;                                  num_entries = 0;
3408                            } else {
3409                                    /* Only print an error if we got a valid end index */
3410                                    fprintf(stderr, _("Error reading from the location %d in memory %s\n"), count, memory_type_string);
3411                          }                          }
3412                          break;                          break;
3413                  default:                  default:

Legend:
Removed from v.1.424  
changed lines
  Added in v.1.425

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26