]> git.sur5r.net Git - openldap/commitdiff
Fix spinner in prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 5 Feb 2009 10:07:20 +0000 (10:07 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 5 Feb 2009 10:07:20 +0000 (10:07 +0000)
libraries/liblutil/meter.c

index c468e6426be2f03c022921b80f469c2f8da1eee7..6c631c7bd780aaa4ccfca8fc510e90523265a999 100644 (file)
@@ -245,7 +245,7 @@ text_update (
        {
                /* spinner */
                static const int phase_mod = 8;
-               static const char phase_char[] = "_.oO*^'^*Oo.";
+               static const char phase_char[] = "_.-*\"*-.";
                *buf++ = phase_char[data->phase % phase_mod];
                data->phase++;
        }