mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-02 12:02:30 +01:00
fixed a bug in wdread
This commit is contained in:
@@ -125,7 +125,7 @@ int main(int argc, char **argv)
|
||||
if ((value = WMGetFromPLDictionary(dict, key)) == NULL)
|
||||
return 2; /* bad key */
|
||||
|
||||
printf("%s\n", WMGetFromPLString(value));
|
||||
printf("%s\n", WMGetPropListDescription(value, True));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user