On Mon, Aug 21, 2006, EV wrote:
> 2006-08-21: EV dixit:
> > [...] I've tested it now (libkarmaHg105):
> >
> > - The USB/Ethernet inconsistent bug seems fixed. Thanks!
> > However I still (consistently) get: "* Libkarma warning:
> > missing fid properties"
>
> This error originates in line 169 of fdb.c:
>
> if (!path || !tm) {
> if (first) {
> tm=lk_properties_get_property_hash(tmp, "title");
> if (tm && strncmp(tm, FDB_FILENAME,
> strlen(FDB_FILENAME)+1) == 0) {
> tm =lk_properties_get_property_hash(tmp, "type");
> if (tm && strncmp(tm, "taxi", 5) == 0)
> continue;
> }
> lk_errors_set(E_NOPROP); /**** Line 169 ****/
> first = 0;
> }
> continue;
> }
>
> Whay this is an error?
It's not an error. It's a warning.
The intention is to let you know that not all of the taxi/tune files
had a valid path property. I have changed it slightly since submitting
the patch because type=playlist files will never have a valid path
property.
Actually, I think that the FDB_FILENAME always will have a valid path
so the tests shown above are redundant. I'll check this and remove
them if that is the case.
Keith.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel