From: Daniel B. F. <fa...@ca...> - 2005-08-12 19:08:17
|
Hi, Is there some reason multi-line values for options (of type CR_STRING) are not allowed? My option-setting-callback-fn only receives the first line. Also, is the 'file' network type working for people? I had to change net.c:80 from if(!crStrcmp(protocol, file) .. to if(!crStrncmp(protocol, file, 4) .. in order to avoid messages like "invalid protocol: file://...". I also had to call servernode.AddTile(..) to avoid getting a failure in the assertion at server_tiles.c:529. (not given in playback.conf) thanks! Daniel Faken |