Skip to content

Commit

Permalink
[vkext] maintain correct .tlo format just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDet committed Oct 25, 2023
1 parent 72d5617 commit 64227ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vkext/vkext-rpc-tl-serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "common/rpc-error-codes.h"
#include "common/tl/compiler/tl-tl.h"
#include "common/tl/constants/common.h"
#include "common/tl/tls.h"

#include "vkext/vkext-errors.h"
#include "vkext/vkext-rpc-include.h"
Expand Down Expand Up @@ -4780,6 +4781,7 @@ struct tl_tree *read_nat_expr(int *var_num) {
fprintf(stderr, "read_nat_expr: constructor = 0x%08x\n", x);
}
switch (x) {
case TL_TLS_NAT_CONST:
case TLS_NAT_CONST:
return read_num_const(var_num);
case TLS_NAT_VAR:
Expand Down

0 comments on commit 64227ef

Please sign in to comment.