--- BasiliskII/src/AmigaOS/clip_amiga.cpp 1999/10/03 14:16:25 1.1 +++ BasiliskII/src/AmigaOS/clip_amiga.cpp 2000/04/10 18:52:34 1.3 @@ -1,7 +1,7 @@ /* * clip_amiga.cpp - Clipboard handling, AmigaOS implementation * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -116,7 +116,7 @@ void PutScrap(uint32 type, void *scrap, uint8 c = *p++; if (c < 0x80) { if (c == 13) // CR -> LF - c == 10; + c = 10; } else c = mac2iso[c & 0x7f]; *q++ = c;