src.ctf.fs: fix switch cases using wrong enumerator
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 19 Jan 2022 22:30:30 +0000 (17:30 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 28 Jan 2022 16:22:26 +0000 (11:22 -0500)
commit007cde53cb5df8bfa0e5ab8f787d1c5b2400f439
tree1408f657a5fc9fe132c32492325206fb5aaccb0b
parent1b7b1ef9a788b1987790d43c2559f1bf3b081179
src.ctf.fs: fix switch cases using wrong enumerator

Fix these two cases using CTF_MSG_ITER_MEDIUM_STATUS_FOO instead of
CTF_MSG_ITER_STATUS_FOO.  This isn't a problem in practice, because they
have the same numerical values.

Change-Id: I5d9e22c4e25e9c28a488c4a7b12bf102208dacf0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7095
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/fs-src/fs.c
This page took 0.023487 seconds and 4 git commands to generate.