Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
bc486f12
Commit
bc486f12
authored
Feb 05, 2009
by
Howard Chu
Browse files
Fix spinner in prev commit
parent
d0515c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblutil/meter.c
View file @
bc486f12
...
...
@@ -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
++
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment