VirtualBox

Changeset 3661 in kBuild


Ignore:
Timestamp:
Feb 20, 2025 4:30:05 PM (3 weeks ago)
Author:
bird
Message:

libs/msc_buffered_printf.c: Fixed bug in >= 1400 code, writing unconditionally to stdout instead of the incoming pFile parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/msc_buffered_printf.c

    r3635 r3661  
    114114                    int cchRet = vsnprintf(pszTmp, 16384, pszFormat, va2);
    115115                    if (cchRet < 16384 - 1)
    116                         return (int)maybe_con_fwrite(pszTmp, cchRet, 1, stdout);
     116                        return (int)maybe_con_fwrite(pszTmp, cchRet, 1, pFile);
    117117                }
    118118            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette