ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/AmigaOS/clip_amiga.cpp
(Generate patch)

Comparing BasiliskII/src/AmigaOS/clip_amiga.cpp (file contents):
Revision 1.1.1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.3 by cebix, 2000-04-10T18:52:34Z

# Line 1 | Line 1
1   /*
2   *  clip_amiga.cpp - Clipboard handling, AmigaOS implementation
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 116 | Line 116 | void PutScrap(uint32 type, void *scrap,
116                                  uint8 c = *p++;
117                                  if (c < 0x80) {
118                                          if (c == 13)    // CR -> LF
119 <                                                c == 10;
119 >                                                c = 10;
120                                  } else
121                                          c = mac2iso[c & 0x7f];
122                                  *q++ = c;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines