mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6f6ffdc742
PR: 4007 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
*** play.c Sat May 16 06:53:27 1992
|
|
--- /home/andy/tmp/wrk/play.c Tue Apr 29 18:45:43 1997
|
|
***************
|
|
*** 37,43 ****
|
|
|
|
short play() {
|
|
|
|
! short c;
|
|
short ret;
|
|
short undolock = 1; /* locked for undo */
|
|
|
|
--- 37,43 ----
|
|
|
|
short play() {
|
|
|
|
! char c;
|
|
short ret;
|
|
short undolock = 1; /* locked for undo */
|
|
|