Changeset 3473

Show
Ignore:
Timestamp:
08/09/07 18:41:19 (1 year ago)
Author:
tg
Message:

fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/common-nfo/package/mksh/info.nfo

    r3427 r3473  
    2323        been made UTF-8 safe (must be enabled with "set -U" manually). 
    2424        . 
    25         This package also adds /bin/mksh to /etc/shells and a $PS1 command 
     25        This package also adds /bin/mksh to /etc/shells and a \$PS1 command 
    2626        to /etc/profile in order to create a consistent working environment. 
    2727URLS    http://mirbsd.de/mksh 
  • branches/common-nfo/tools/nfotiser/pfile.c

    r3472 r3473  
    230230                } 
    231231                free(entry->value); 
    232                 entry->value = dp
     232                entry->value = str_nsave(dp, tp - dp)
    233233        } 
    234234}