*** efaxio.c.orig	Mon Mar  1 22:15:44 1999
--- efaxio.c	Thu Aug 19 13:36:30 1999
***************
*** 246,252 ****
      if ( strlen(s) >= CMDBUFSIZE-4 ) {
        msg ( "E modem command \"%s\" too long", s ) ;
      } else {
!       sprintf ( buf, "AT%s\r", s ) ;
        tput ( f, buf, strlen(buf) ) ;
      }
    }
--- 246,252 ----
      if ( strlen(s) >= CMDBUFSIZE-4 ) {
        msg ( "E modem command \"%s\" too long", s ) ;
      } else {
!       snprintf ( buf, sizeof buf, "AT%s\r", s ) ;
        tput ( f, buf, strlen(buf) ) ;
      }
    }
