Bump libmutton to latest development version

This commit is contained in:
2025-07-08 19:11:14 -04:00
parent a7a92e78b5
commit d8842138ea
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ func main() {
if err != nil {
other.PrintError("Failed to get current device ID: "+err.Error(), back.ErrorRead)
}
_, _, err = synccycles.DeviceIDGen(oldDeviceID)
_, _, err = synccycles.DeviceIDGen(oldDeviceID, "")
if err != nil {
other.PrintError("Failed to change device ID: "+err.Error(), global.ErrorSyncProcess)
}