Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/dos2unix.c

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

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 92  int dos2unix_main(int argc UNUSED_PARAM, Line 92  int dos2unix_main(int argc UNUSED_PARAM,
92   do {   do {
93   /* might be convert(NULL) if there is no filename given */   /* might be convert(NULL) if there is no filename given */
94   convert(*argv, conv_type);   convert(*argv, conv_type);
95   } while (*++argv);   } while (*argv && *++argv);
96    
97   return 0;   return 0;
98  }  }

Legend:
Removed from v.1122  
changed lines
  Added in v.1123