Dave Hooper wrote: > storeSize=2109734912 > # Unknown parameters - these are not yet known or handled by the NodeConfig > storeSize=2104492032 > storeSize=2104492032 ...
> The Configure dialog uses normal GetPrivateProfileXxx calls, right? > (Right?!?) So how can this be happening? Right it uses GetPrivateProfileString calls. This is due to a bug when the setting changed from storeCacheSize to storeSize recently, I updated the utility to write out "storeSize" yet it would not recognize "storeSize" as a known parameter when reading it (it was still looking for storeCacheSize), so basically each time you configured something, it build up a list of unknown "store size" settings. Although this particular bug has been fixed and won't occur anymore, it doesn't seem right that one setting can be part of the unknown settings multiple times. I'll look into it, I suspect we are using a list when we should be using a map. This should be rather easy to fix then. I'll look into it. Sebastian P.S. Are you the Dave Hooper posting to the ogg mailing lists at xiph.org as well :-) ? (The open source world *is* small) _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
