summaryrefslogtreecommitdiff
path: root/sparkles.c
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2015-07-24 00:18:41 -0400
committercheapie <no-email-for-you@example.com>2015-07-24 00:18:41 -0400
commit6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c (patch)
tree9ed2114123cc1f4c94d2a688038bf7014380b04d /sparkles.c
parentaa30de1b80abd9a39fd60ee6ad9bb068938ef60c (diff)
downloadsparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar.gz
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar.bz2
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.tar.xz
sparkles-6eee0f89198ac0c6d0583a5a93c61d4c9d02af7c.zip
Readme update
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;