[Pkg-running-devel] [antpm] 32/48: don't use uint

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 743df8a9891c16ced815db7a08c75bd387299133
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Tue Apr 8 14:47:25 2014 +0200

    don't use uint
---
 src/common.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common.cpp b/src/common.cpp
index ea1d5ad..7287ca0 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -179,7 +179,7 @@ getConfigFolder()
 
 
 void
-readUInt64(const uint clientSN, uint64_t& pairedKey)
+readUInt64(const unsigned int clientSN, uint64_t& pairedKey)
 {
   std::stringstream ss;
   ss << getConfigFolder() << "libantpmauth_" << clientSN;
@@ -194,7 +194,7 @@ readUInt64(const uint clientSN, uint64_t& pairedKey)
 }
 
 void
-writeUInt64(const uint clientSN, const uint64_t& pairedKey)
+writeUInt64(const unsigned int clientSN, const uint64_t& pairedKey)
 {
   std::stringstream ss;
   ss << getConfigFolder() << "libantpmauth_" << clientSN;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list