------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=160582 Summary: Applicationview doesnt show messages without newline \n Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: b.buschinski web de Version: 3.5.1-svn (using KDE 3.5.9) Installed from: Gentoo Packages Compiler: gcc-4.2.3 OS: Linux When I run this example #include #include #include int main() { const char* tString = "Hello World!"; for(uint i=0; i < strlen(tString); i++) putchar(*(tString+i)); printf("%s", tString); return 0; } I get no output in the Applicatationview. But when I run is 5 times, and then change the printf to printf("%s\n", tString); //+newline I get "Hello World!" 12times in one line "Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!" _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs