- From: Irene VATTON <Irene.Vatton@inrialpes.fr>
- Date: Wed, 03 Jan 2001 15:46:40 +0100
- To: www-amaya-dev@w3.org
Hello Johannes,
Thanks for the patch. I fixed it at the same time.
>
> --VbJkn9YxBvnuCH5J
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
>
> Hi,
>
> here's a small diff for
>
> thotlib/dialogue/input.c
>
> from the latest amaya as from CVS.
>
> --
> Johannes
>
> --VbJkn9YxBvnuCH5J
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: attachment; filename="input.c.diff"
>
> *** ./input.c.orig Wed Jan 3 12:55:24 2001
> --- ./input.c Wed Jan 3 12:55:35 2001
> ***************
> *** 786,793 ****
> {
> if (ptr->K_EntryCode == key
> #ifdef _WINDOWS
> ! && ptr->K_Special == specialKey)
> #endif /* _WINDOWS */
> {
> /* On entre dans un automate */
> found = TRUE;
> --- 786,794 ----
> {
> if (ptr->K_EntryCode == key
> #ifdef _WINDOWS
> ! && ptr->K_Special == specialKey
> #endif /* _WINDOWS */
> + )
> {
> /* On entre dans un automate */
> found = TRUE;
>
> --VbJkn9YxBvnuCH5J--
>
--
Irene.
Received on Wednesday, 3 January 2001 09:46:42 UTC