Mailinglist Archive: zypp-commit (545 mails)
| < Previous | Next > |
[zypp-commit] r8578 - /branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc
- From: mlandres@xxxxxxxxxxxxxxxx
- Date: Fri, 08 Feb 2008 17:42:11 -0000
- Message-id: <20080208174211.67D8124A47@xxxxxxxxxxxxxxxx>
Author: mlandres
Date: Fri Feb 8 18:42:11 2008
New Revision: 8578
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8578&view=rev
Log:
fix to compile
Modified:
branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc
Modified: branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc?rev=8578&r1=8577&r2=8578&view=diff
==============================================================================
--- branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc (original)
+++ branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc Fri Feb 8 18:42:11 2008
@@ -51,9 +51,9 @@
static int repo_search_cb(void *cbdata, ::Solvable *s, ::Repodata *data,
::Repokey *key, ::KeyValue *kv)
{
- //#define SEARCH_NEXT_KEY 1
- //#define SEARCH_NEXT_SOLVABLE 2
- //#define SEACH_STOP 3
+ //int SEARCH_NEXT_KEY = 1;
+ //int SEARCH_NEXT_SOLVABLE = 2;
+ int SEARCH_STOP = 3;
PoolQuery *me = (PoolQuery*) cbdata;
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Fri Feb 8 18:42:11 2008
New Revision: 8578
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8578&view=rev
Log:
fix to compile
Modified:
branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc
Modified: branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc?rev=8578&r1=8577&r2=8578&view=diff
==============================================================================
--- branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc (original)
+++ branches/tmp/ma/jump_sat/libzypp/zypp/PoolQuery.cc Fri Feb 8 18:42:11 2008
@@ -51,9 +51,9 @@
static int repo_search_cb(void *cbdata, ::Solvable *s, ::Repodata *data,
::Repokey *key, ::KeyValue *kv)
{
- //#define SEARCH_NEXT_KEY 1
- //#define SEARCH_NEXT_SOLVABLE 2
- //#define SEACH_STOP 3
+ //int SEARCH_NEXT_KEY = 1;
+ //int SEARCH_NEXT_SOLVABLE = 2;
+ int SEARCH_STOP = 3;
PoolQuery *me = (PoolQuery*) cbdata;
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |