X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/c49355663c73c1775c179ec6360d09ce0978bb97..bb5f99272ae78a2ddc07e0a54025baab39d84c49:/src/uobject/uobject.c diff --git a/src/uobject/uobject.c b/src/uobject/uobject.c index 4bc1655..581ac07 100644 --- a/src/uobject/uobject.c +++ b/src/uobject/uobject.c @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -168,7 +168,7 @@ static int deserialize(UObject *uo) return -1; len = rc; - name = upkg_get_name(f->pkg, tmp); + name = upkg_get_name(uo->pkg, tmp); if (!name) { return -1; } else if (strcmp(name, "None") == 0) {