changeset 736:ea42faa02a9a

Set packfile fileops in the appropriate handles.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 21 Apr 2013 20:16:16 +0300
parents 45a3f4f181b3
children 897646df1de1
files dmres.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmres.c	Sun Apr 21 20:10:26 2013 +0300
+++ b/dmres.c	Sun Apr 21 20:16:16 2013 +0300
@@ -986,6 +986,7 @@
                     return DMERR_INIT_FAIL;
                 }
 
+                res->fops = &dfPackFileOps;
                 dmResourceInsert(lib, res);
             }