comparison src/xspf/xspf.c @ 87:fabe64e89949 trunk

[svn] - mtime=-1 has been introduced to represent "uninitialized".
author yaz
date Fri, 06 Oct 2006 10:51:55 -0700
parents 85d7e55b29d2
children fadf346ddde3
comparison
equal deleted inserted replaced
86:60cf31332daa 87:fabe64e89949
138 xmlFree(rel); 138 xmlFree(rel);
139 rel = NULL; 139 rel = NULL;
140 } 140 }
141 141
142 } 142 }
143
143 if (tuple->length == 0) { 144 if (tuple->length == 0) {
144 tuple->length = -1; 145 tuple->length = -1;
146 }
147
148 if (tuple->mtime == 0) {
149 tuple->mtime = -1;
145 } 150 }
146 151
147 locale_uri = b64filename ? b64filename : location; 152 locale_uri = b64filename ? b64filename : location;
148 153
149 if(locale_uri){ 154 if(locale_uri){