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

Comparing BasiliskII/src/MacOSX/clip_macosx.cpp (file contents):
Revision 1.2 by gbeauche, 2004-06-27T20:36:09Z vs.
Revision 1.3 by gbeauche, 2004-06-27T22:22:42Z

# Line 62 | Line 62 | void GetScrap(void **handle, uint32 type
62          ScrapRef theScrap;
63  
64          if (GetCurrentScrap(&theScrap) != noErr) {
65 <          D(bug(" could not open scrap\n"));
66 <          return;
65 >                D(bug(" could not open scrap\n"));
66 >                return;
67          }
68  
69          Size byteCount;
# Line 108 | Line 108 | void PutScrap(uint32 type, void *scrap,
108          ScrapRef theScrap;
109  
110          if (we_put_this_data) {
111 <          we_put_this_data = false;
112 <          return;
111 >                we_put_this_data = false;
112 >                return;
113          }
114          if (length <= 0)
115                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines