summaryrefslogtreecommitdiff
path: root/sparkles.c
diff options
context:
space:
mode:
Diffstat (limited to 'sparkles.c')
-rw-r--r--sparkles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkles.c b/sparkles.c
index e929819..914b75b 100644
--- a/sparkles.c
+++ b/sparkles.c
@@ -705,7 +705,7 @@ static int AttributeLoop(char *Out, char *In, char *Loop) {
case '?':
- while(!isgraph(In[i]) && i<EndI)
+ while(!isgraph2(In[i]) && i<EndI)
Out[o++]=In[i++];
switch(Caps) {
case 0: Out[o++]=In[i++]; break;