Property list tests are working.

This commit is contained in:
Bill Currie 2011-01-10 11:44:22 +09:00
parent d327c860cb
commit 5864c198cc
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ init_qf (void)
{
Cvar_Init_Hash ();
Cmd_Init_Hash ();
Cvar_Get ("developer", "128", 0, 0, 0);
//Cvar_Get ("developer", "128", 0, 0, 0);
Cvar_Init ();
Sys_Init_Cvars ();
Cmd_Init ();

View file

@ -23,7 +23,7 @@ void test_plist (void)
local string data, l;
local plitem_t pl, item, i;
data = read_file ("/home/bill/.quakeforge.dir");
data = read_file ("/home/bill/.quakeforge/gamedir.conf");
pl = PL_GetPropertyList ("{" + data + "}");
l = PL_WritePropertyList (pl);
printf ("%s", data);