Fixed GCC compiler identified warning.
This commit is contained in:
parent
d674bb1f8d
commit
c4251bd53b
1 changed files with 2 additions and 2 deletions
|
@ -1221,7 +1221,7 @@ fprintf (st, " 1 File(s) 5,120 bytes\n");
|
|||
fprintf (st, " sim> atta rq3 -c RA92-1.vhd RA92.vhd\n");
|
||||
fprintf (st, " sim> atta rq3 -c RA92-1.vhd RA92.vhd\n");
|
||||
fprintf (st, " RQ3: creating new virtual disk 'RA92-1.vhd'\n");
|
||||
fprintf (st, " RQ3: Copied 1505MB. 99% complete.\n");
|
||||
fprintf (st, " RQ3: Copied 1505MB. 99%% complete.\n");
|
||||
fprintf (st, " RQ3: Copied 1505MB. Done.\n");
|
||||
fprintf (st, " sim> sh rq3\n");
|
||||
fprintf (st, " RQ3, 1505MB, attached to RA92-1.vhd, write enabled, RA92, autosize, VHD format\n");
|
||||
|
@ -1243,7 +1243,7 @@ fprintf (st, " sim> sho rq2\n");
|
|||
fprintf (st, " RQ2, 456MB, not attached, write enabled, RA81, noautosize, SIMH format\n");
|
||||
fprintf (st, " sim> atta rq2 -c RA81-Copy.vhd VMS055.dsk\n");
|
||||
fprintf (st, " RQ2: creating new virtual disk 'RA81-Copy.vhd'\n");
|
||||
fprintf (st, " RQ2: Copied 456MB. 99% complete.\n");
|
||||
fprintf (st, " RQ2: Copied 456MB. 99%% complete.\n");
|
||||
fprintf (st, " RQ2: Copied 456MB. Done.\n");
|
||||
fprintf (st, " sim> sho rq2\n");
|
||||
fprintf (st, " RQ2, 456MB, attached to RA81-Copy.vhd, write enabled, RA81, noautosize, VHD format\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue