From fe21fc6f41ec99a1f2d9a310ee56b49b303619c1 Mon Sep 17 00:00:00 2001 From: David Johnson <johnsond@flux.utah.edu> Date: Wed, 15 Dec 2004 09:55:55 +0000 Subject: [PATCH] * vmcd/vmcd.c: - the last commit on this file had no log comment; that commit contained what might be an important indexing bugfix. --- robots/vmcd/vmcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robots/vmcd/vmcd.c b/robots/vmcd/vmcd.c index 9968f422fa..84cb698442 100644 --- a/robots/vmcd/vmcd.c +++ b/robots/vmcd/vmcd.c @@ -637,7 +637,7 @@ void vmc_handle_update_position(struct vmc_client *vc,struct mtp_packet *p) { } mtp_free_packet(mp); mp = NULL; - } + } // finis! -- GitLab