mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
reverted the last test commit (duh)
This commit is contained in:
@@ -120,7 +120,6 @@ 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