diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 00:35:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 00:35:58 -0500 |
| commit | f9e2b4761eccfca3cffb16e89e94db9997c6f684 (patch) | |
| tree | 7a1473ed8653adc63bfd55090db702384737c53b | |
| parent | 9514906ebea37e02905a2e638db4162ede2fdbfc (diff) | |
okay
| -rw-r--r-- | patch.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch.proto b/patch.proto index 713e2b6..4517c26 100644 --- a/patch.proto +++ b/patch.proto @@ -65,6 +65,6 @@ message Patches { // `autogenpb:marshal` string uuid = 1; // `autogenpb:uuid:2679065e-c81d-4a00-aca4-03c158a834fb` string version = 2; // `autogenpb:version:v2.0.0` repeated Patch patches = 3; - string Error = 4; // when passing these around, if there is an error, store it here - string filename = 6; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() + string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save() + string Error = 5; // when passing these around, if there is an error, store it here } |
