mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix spinner in prev commit
This commit is contained in:
parent
d0515c4017
commit
bc486f123d
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue