Changeset 806 for trunk/ff_dataref.c
- Timestamp:
- 02/09/08 13:55:44 (10 months ago)
- Files:
-
- trunk/ff_dataref.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ff_dataref.c
r703 r806 199 199 200 200 /* This is the public function to open bytecontext withs datarefs */ 201 OSStatus url_open_dataref(ByteIOContext * pb, Handle dataRef, OSType dataRefType, DataHandler *dataHandler, Boolean *wideSupport, int64_t *dataSize)201 OSStatus url_open_dataref(ByteIOContext **pb, Handle dataRef, OSType dataRefType, DataHandler *dataHandler, Boolean *wideSupport, int64_t *dataSize) 202 202 { 203 203 URLContext *uc; … … 217 217 return err; 218 218 } 219 uc->filename [0] = '\0';219 uc->filename = NULL; 220 220 uc->prot = up; 221 221 uc->flags = URL_RDONLY; // we're just using the read access...
