aboutsummaryrefslogtreecommitdiffstats
path: root/libcoopgamma_queried_filter_marshal.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-10 18:28:54 +0100
committerMattias Andrée <m@maandree.se>2025-02-10 18:28:54 +0100
commit69e7fdc8f7ed2782e2c73b632c2a7ee7e6b641d5 (patch)
tree55b05baf81f3b78e80df594f1c082735a03dc654 /libcoopgamma_queried_filter_marshal.c
parentMinor code improvements and split into multiple c files (diff)
downloadlibcoopgamma-1.2.4.tar.gz
libcoopgamma-1.2.4.tar.bz2
libcoopgamma-1.2.4.tar.xz
Fix portability issuesHEAD1.2.4master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcoopgamma_queried_filter_marshal.c')
-rw-r--r--libcoopgamma_queried_filter_marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcoopgamma_queried_filter_marshal.c b/libcoopgamma_queried_filter_marshal.c
index 054ebfa..563fe00 100644
--- a/libcoopgamma_queried_filter_marshal.c
+++ b/libcoopgamma_queried_filter_marshal.c
@@ -18,7 +18,7 @@ libcoopgamma_queried_filter_marshal(const libcoopgamma_queried_filter_t *restric
{
MARSHAL_PROLOGUE;
marshal_version(LIBCOOPGAMMA_QUERIED_FILTER_VERSION);
- marshal_prim(this->priority, int64_t);
+ marshal_prim(this->priority);
marshal_string(this->class);
switch (depth) {
case LIBCOOPGAMMA_UINT8: off += libcoopgamma_ramps_marshal(&this->ramps.u8, SUBBUF); break;