Ralphy,

Can you build a diagnostic version of flac.exe  to verify what
localisation settings are being "seen" by the executbale.

Just add the line in red to utils.c near mrw's change.


Code:
--------------------
    
  
        ret += strtod(s, &endptr);
        
        flac__utils_printf(stderr, 1, " strtod parsed \"%s\" total returned 
%5.2f \n", s, ret);
        if (endptr == s || *endptr)
                return false;
  
  
--------------------


If localisation is active not only will correct value be parsed but
printout will use "," or "." as per locale setting in the time printed.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110871

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to