/[pengfork]/pengfork/src/modem/modem.c
ViewVC logotype

Diff of /pengfork/src/modem/modem.c

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

revision 1.18 by chupa, Sat Feb 8 00:00:14 2003 UTC revision 1.19 by chupa, Fri May 16 15:28:45 2003 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2002-2003  Jean-Charles Salzeber <jc@varspool.net>   * Copyright (C) 2002-2003  Jean-Charles Salzeber <chupa@penggy.org>
3   *   *
4   * This file is part of penggy.   * This file is part of penggy.
5   *   *
# Line 270  modem_dial () Line 270  modem_dial ()
270      return 0;      return 0;
271    for (i = 0; !connected && i < PARAM_MODEM_DIAL_RETRY; i++)    for (i = 0; !connected && i < PARAM_MODEM_DIAL_RETRY; i++)
272      {      {
273        for(j=0; phonetab[j].phone; j++)        for(j=0; phonetab[j].phone && !connected; j++)
274          if(modem_dial_to (phonetab[j].phone))          if(modem_dial_to (phonetab[j].phone))
275          {          {
276            snprintf(script_file, sizeof(script_file),"%s/%s.scm",            snprintf(script_file, sizeof(script_file),"%s/%s.scm",

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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