.ToLE() changed to .value() or removed

This commit is contained in:
Nekotekina 2015-01-14 02:08:00 +03:00
parent 8df825abc5
commit bf7cf0ee9d
20 changed files with 104 additions and 108 deletions

View file

@ -107,7 +107,7 @@ int cellSailDescriptorCreateDatabase(vm::ptr<CellSailDescriptor> pSelf, vm::ptr<
break;
}
default:
cellSail->Error("Unhandled stream type: %d", pSelf->streamType.ToLE());
cellSail->Error("Unhandled stream type: %d", pSelf->streamType);
}
return CELL_OK;