]> Nishi Git Mirror - sp.git/commitdiff
TODOっていらん
author諏訪子 <suwako@076.moe>
Sat, 25 May 2024 08:57:12 +0000 (17:57 +0900)
committer諏訪子 <suwako@076.moe>
Sat, 25 May 2024 08:57:41 +0000 (17:57 +0900)
src/delpass.c

index 61a1eaf429a4884cfc9da230628c3ff6d1ec5a02..b70deb6f7375592839f711b3eb8a4e7d5d921477 100644 (file)
@@ -145,7 +145,6 @@ int delpass(char *file, int force) {
     *ls = '\0';
   }
 
-  // TODO: ここはメモリに関するバグが起こっている為、未だmasterに入れない
   for (int i = 1; i < numt; i++) {
     if (i == (numt-1)) continue;
     strncat(passpath, "/", sizeof(passpath) - strlen(passpath) - 1);