Ignore:
Timestamp:
Dec 2, 2007, 9:49:33 PM (18 years ago)
Author:
bird
Message:

fixed a few warnings the broken --help and --version for install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/install.c

    r1327 r1329  
    176176        group = owner = NULL;
    177177        while ((ch = getopt_long(argc, argv, "B:bCcdf:g:Mm:o:pSsv", long_options, NULL)) != -1)
    178                 switch((char)ch) {
     178                switch(ch) {
    179179                case 'B':
    180180                        suffix = optarg;
Note: See TracChangeset for help on using the changeset viewer.