From 30aaae561fbb14b0c073643679bdaaf909ddbaa2 Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 13 Apr 2024 02:33:40 +0000 Subject: [PATCH] fix english git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@11 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- Module/subversion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module/subversion.c b/Module/subversion.c index e402616..9dac796 100644 --- a/Module/subversion.c +++ b/Module/subversion.c @@ -62,7 +62,7 @@ int mod_init(void (*_putlog)(const char* name, const char* log)) { if(strlen(envpath + start) > 0){ char* exec = devforge_strcat(envpath + start, "/svn"); if(access(exec, X_OK) == 0){ - char* found = devforge_strcat3("Found Subversion executable `", exec, "`"); + char* found = devforge_strcat3("Found the Subversion executable `", exec, "`"); putlog(DF_INFO, found); free(found); svn_exec = exec; -- 2.43.0