mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-04 06:02:24 +00:00
Remove stray debugging printfs.
[originally from svn r2670]
This commit is contained in:
parent
486d91c77c
commit
802ae23334
@ -1,4 +1,4 @@
|
|||||||
/* $Id: macstore.c,v 1.11 2003/01/18 20:09:21 ben Exp $ */
|
/* $Id: macstore.c,v 1.12 2003/01/21 00:27:24 ben Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* macstore.c: Macintosh-specific impementation of the interface
|
* macstore.c: Macintosh-specific impementation of the interface
|
||||||
@ -99,7 +99,6 @@ static OSErr copy_resource(ResType restype, short resid)
|
|||||||
Handle h;
|
Handle h;
|
||||||
Str255 resname;
|
Str255 resname;
|
||||||
|
|
||||||
fprintf(stderr, "getting resource %x, id %d\n", restype, resid);
|
|
||||||
h = GetResource(restype, resid);
|
h = GetResource(restype, resid);
|
||||||
if (h != NULL) {
|
if (h != NULL) {
|
||||||
GetResInfo(h, &resid, &restype, resname);
|
GetResInfo(h, &resid, &restype, resname);
|
||||||
@ -108,7 +107,6 @@ static OSErr copy_resource(ResType restype, short resid)
|
|||||||
if (ResError() == noErr)
|
if (ResError() == noErr)
|
||||||
WriteResource(h);
|
WriteResource(h);
|
||||||
}
|
}
|
||||||
fprintf(stderr, "ResError() == %d\n", ResError());
|
|
||||||
return ResError();
|
return ResError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user