Projekt

Allgemein

Profil

Fehler #377

vfprintf does not work

Von Maximilian Seesslen vor fast 2 Jahren hinzugefügt. Vor fast 2 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Zielversion:
-
Beginn:
14.03.2023
Abgabedatum:
% erledigt:

0%

Geschätzter Aufwand:
CS Zielversion:

Beschreibung

Content is printed before/outside log log eventloop.
Actually "vsnprintf" should get called but it is not.
Create a simple test application;

lInfo("Its a log");
printf("Start log eventloop:\n");
logEventLoop();

vsnprintf() is calling "vfprintf()" on a file :(
Own vfprintf directly prints to stdout.

  • Overload vsnprintf directly
  • use fputc in vfprintf; what will happen?
  • have to use vfprintf. Otherwise the size does not really shrink down.

Historie

#1

Von Maximilian Seesslen vor fast 2 Jahren aktualisiert

  • Status wurde von Neu zu Erledigt geändert

Auch abrufbar als: Atom PDF