mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
another test for cvs notifications
This commit is contained in:
@@ -120,6 +120,7 @@ fitText(char *text, WMFont *font, int width, int wrap)
|
||||
i = j;
|
||||
}
|
||||
} else {
|
||||
//i = strcspn(text, "\n\r");
|
||||
while (text[i]!='\n' && text[i]!=0)
|
||||
i++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user