typo in getSetRaw()
This commit is contained in:
parent
346fe97161
commit
9b49787931
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ Operation getSet() {
|
|||
}
|
||||
Operation getSetRaw() {
|
||||
Operation o = {
|
||||
OPERATION_INSTANT_SET, /* id */
|
||||
OPERATION_SET_RAW, /* id */
|
||||
SIZEOF_RECORD, /* use the size of the record as size of arg */
|
||||
NO_INVERSE,
|
||||
&operate /* Function */
|
||||
|
|
Loading…
Reference in a new issue