mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
- Changed GestaltEqu.h to Gestalt.h
- Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
This commit is contained in:
parent
6a528149db
commit
4a8c54e6d9
17 changed files with 114 additions and 205 deletions
|
|
@ -117,7 +117,7 @@ rf_write(self, args)
|
|||
PyErr_SetString(PyExc_ValueError, "Operation on closed file");
|
||||
return NULL;
|
||||
}
|
||||
if (!PyArg_ParseTuple(args, "s#", &buffer, &size))
|
||||
if (!PyArg_ParseTuple(args, "m#", &buffer, &size))
|
||||
return NULL;
|
||||
err = FSWrite(self->fRefNum, &size, buffer);
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue