Displaying 4 results from an estimated 4 matches for "print_consol".
Did you mean:
print_console
2014 Sep 12
2
win_utf8_io, print_console and uint32_t
Currently it is required to include share/compat.h before inclusion
of share/win_utf8_io.h. That's because of print_console() declaration:
its 3rd argument have type 'uint32_t' which is defined in share/compat.h.
So share/win_utf8_io.h depends on share/compat.h which in turn
includes share/win_utf8_io.h. Not a problem but it's a bit ugly imho.
Actually, the 3rd argument of print_console() is always "...
2013 Apr 10
2
flac 1.3.0pre3 pre-release
...id the MinGW build in with the MSVC binaries
> and running the tests again. Handling filenames with Cyrillic and Greek
> characters finally (fully) works here with these patches, which is great!
>
> I only got one warning, win_utf8_io.c:96:5: warning: no previous
> prototype for 'print_console'
> _______________________________________________
>
Here's patch version 2 for long line printing bug. I installed latest
xubuntu into a virtual machine and tested that at least graphical linux
console handles the changes properly.
-------------- next part --------------
A non-t...
2013 Apr 08
2
flac 1.3.0pre3 pre-release
On 8.4.2013 21:38, Janne Hyv?rinen wrote:
> Friendly people on Hydrogenaudio found some bugs with the Unicode
> printing code, so I was forced to make adjustments.
>
> While doing testing I noticed that long filenames cause printing bugs
> on Linux too. If line length on status printing exceeded console
> length it kept printing the same line over and over.
> The patch I
2013 Apr 10
0
flac 1.3.0pre3 pre-release
...MSVC binaries
>> and running the tests again. Handling filenames with Cyrillic and Greek
>> characters finally (fully) works here with these patches, which is
>> great!
>>
>> I only got one warning, win_utf8_io.c:96:5: warning: no previous
>> prototype for 'print_console'
>> _______________________________________________
>>
>
> Here's patch version 2 for long line printing bug. I installed latest
> xubuntu into a virtual machine and tested that at least graphical
> linux console handles the changes properly.
>
Sorry for spamm...