]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Rename Iti to Itm while we can.
authorMichael Schroeder <mls@suse.de>
Tue, 30 Nov 2021 09:42:55 +0000 (10:42 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 30 Nov 2021 09:43:25 +0000 (10:43 +0100)
ext/repo_testcase.c

index 2497ab578e388008e0163d2fab0f61853b1de6fa..38676efdde9feda08bbf446067d24ad18dd428ca 100644 (file)
@@ -491,7 +491,7 @@ testcase_write_testtags(Repo *repo, FILE *fp)
        fprintf(fp, "=Tim: %u\n", ti);
       ti = solvable_lookup_num(s, SOLVABLE_INSTALLTIME, 0);
       if (ti)
-       fprintf(fp, "=Iti: %u\n", ti);
+       fprintf(fp, "=Itm: %u\n", ti);
       writefilelist(repo, fp, "Fls:", s);
     }
   queue_free(&q);
@@ -638,7 +638,7 @@ testcase_add_testtags(Repo *repo, FILE *fp, int flags)
          if (t)
            repodata_set_num(data, s - pool->solvables, SOLVABLE_BUILDTIME, t);
          break;
-       case 'I' << 16 | 't' << 8 | 'i':
+       case 'I' << 16 | 't' << 8 | 'm':
          t = atoi(line + 6);
          if (t)
            repodata_set_num(data, s - pool->solvables, SOLVABLE_INSTALLTIME, t);