Menu

#77 Console printing broken in libnds 1.4.4

closed
nobody
None
5
2012-10-09
2010-07-25
Ryou Arashi
No

Console printing is broken since updating libnds to v1.4.4, i.e. printed text does not show up on screen.
This applys for the arm9 tamplate and many examples.

I checked the recent changes and saw the call to setvbuf was removed for stdout.
Readding the line (inside main.c of my project) makes printing work again.

ZIP archive contents:
main.c: demonstrates the problem
patch.diff: proposed fix (affects console.c in /trunk/libnds/source/arm9

Discussion

  • Ryou Arashi

    Ryou Arashi - 2010-07-25

    onsee descriptin

     
  • Dave Murphy

    Dave Murphy - 2010-07-26

    Whoops, sorry. Sadly I only checked some code which ended strings with \n and completely missed that. Thanks for pointing it out, fixed in svn

     

Log in to post a comment.