From 0ba864f28a0edeff0e170a00e65f079819d99652 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 16 Aug 2013 18:41:47 -0700 Subject: [PATCH] Missing comma. --- modules/ripple_app/misc/NetworkOPs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ripple_app/misc/NetworkOPs.cpp b/modules/ripple_app/misc/NetworkOPs.cpp index 449bd512c4..5f8f1c5cb2 100644 --- a/modules/ripple_app/misc/NetworkOPs.cpp +++ b/modules/ripple_app/misc/NetworkOPs.cpp @@ -1219,7 +1219,7 @@ NetworkOPs::transactionsSQL (std::string selection, const RippleAddress& account if (count) sql = - boost::str (boost::format ("SELECT %s FROM AccountTransactions WHERE Account = '%s' %s %s LIMIT %u %u;") + boost::str (boost::format ("SELECT %s FROM AccountTransactions WHERE Account = '%s' %s %s LIMIT %u, %u;") % selection % account.humanAccountID () % maxClause