|
From: <kin...@us...> - 2023-07-11 22:12:51
|
Revision: 7076
http://sourceforge.net/p/teem/code/7076
Author: kindlmann
Date: 2023-07-11 22:12:47 +0000 (Tue, 11 Jul 2023)
Log Message:
-----------
correcting me[] in _biffMoveVL
Modified Paths:
--------------
teem/trunk/src/biff/biffbiff.c
Modified: teem/trunk/src/biff/biffbiff.c
===================================================================
--- teem/trunk/src/biff/biffbiff.c 2023-07-11 22:06:33 UTC (rev 7075)
+++ teem/trunk/src/biff/biffbiff.c 2023-07-11 22:12:47 UTC (rev 7076)
@@ -411,7 +411,7 @@
static void
_biffMoveVL(const char *destKey, const char *srcKey, const char *errfmt, va_list args) {
- static const char me[] = "biffMovev";
+ static const char me[] = "_biffMoveVL";
biffMsg *dest, *src;
_bmsgStart();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|