[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 160582] New: Applicationview doesnt show messages without
From:       bernd buschinski <b.buschinski () web ! de>
Date:       2008-04-08 19:07:26
Message-ID: 20080408210725.160582.b.buschinski () web ! de
[Download RAW message or body]

------- 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<stdio.h> 
#include<string.h> 
#include<stdlib.h> 
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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic