Merge branch 'master' of ssh://192.168.0.250/~/CoreUtils
This commit is contained in:
commit
1499de40a7
@ -9,7 +9,7 @@ namespace coreutils {
|
||||
|
||||
IMFHeader::IMFHeader(PString &in) {
|
||||
printf("in='%s'\n", in.str().c_str());
|
||||
key = in.getTokenInclude("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-");
|
||||
key = in.getTokenInclude("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-0123456789");
|
||||
if(key.length() != 0) {
|
||||
if(!in.ifNext(":")) {
|
||||
printf("key=%s %02X\n", key.c_str(), in.str()[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user