summaryrefslogtreecommitdiff
path: root/shared/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/vsprintf.c')
-rwxr-xr-x[-rw-r--r--]shared/vsprintf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/vsprintf.c b/shared/vsprintf.c
index 0df7b34..b8eae5c 100644..100755
--- a/shared/vsprintf.c
+++ b/shared/vsprintf.c
@@ -326,7 +326,9 @@ void lprintf( char *fmt,... )
vsprintf(buf, fmt, args);
va_end(args);
- OSI_PutC( '+' );
+ OSI_PutC( '*' );
+ OSI_PutC( '*' );
+ OSI_PutC( '*' );
OSI_PutC( ' ' );
for( p=buf; *p; p++ )
OSI_PutC( *p );