- oops, fix typo
authorMichael Schroeder <mls@suse.de>
Fri, 17 Feb 2012 14:51:39 +0000 (15:51 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 17 Feb 2012 14:51:39 +0000 (15:51 +0100)
examples/solv.c

index ab86e1d..4e3cdbe 100644 (file)
@@ -2505,7 +2505,7 @@ rewrite_repos(Pool *pool, Queue *addedfileprovides)
       for (j = 2; j < repo->nrepodata; j++)
        {
          Repodata *edata = repo_id2repodata(repo, j);
-         if (!data->loadcallback)
+         if (!edata->loadcallback)
            break;
        }
       if (j < repo->nrepodata)