summaryrefslogtreecommitdiff
path: root/pico/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/random.c')
-rw-r--r--pico/random.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/pico/random.c b/pico/random.c
index 4b52bcac..780c083e 100644
--- a/pico/random.c
+++ b/pico/random.c
@@ -74,10 +74,7 @@ showcpos(int f, int n)
thisline+1, lines+1, (int)((100L*(thisline+1))/(lines+1)),
nbc, nch, (nch) ? (int)((100L*nbc)/nch) : 0);
- if(Pmaster)
- strcpy(Pmaster->curpos, buffer);
- else
- emlwrite(buffer, NULL);
+ emlwrite(buffer, NULL);
return (TRUE);
}