/[dtapublic]/projs/dtats/trunk/projs/2018/20180707_cgi_web_tools_aux_exe/dtats_cgi_aux_arith_large/auxfuncs.c
ViewVC logotype

Diff of /projs/dtats/trunk/projs/2018/20180707_cgi_web_tools_aux_exe/dtats_cgi_aux_arith_large/auxfuncs.c

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

revision 206 by dashley, Sat Jul 14 00:10:29 2018 UTC revision 207 by dashley, Sun Jul 15 21:50:56 2018 UTC
# Line 116  void AUXFUNCS_remove_non_digits(char *s) Line 116  void AUXFUNCS_remove_non_digits(char *s)
116        {        {
117        if (AUXFUNCS_is_digit(*src))        if (AUXFUNCS_is_digit(*src))
118           {           {
119           *dst = *src;      *dst = *src;
120           dst++;      dst++;
121           }      }
122        src++;        src++;
123        }        }
124    

Legend:
Removed from v.206  
changed lines
  Added in v.207

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25