gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cash2ecash] branch master updated: testing


From: gnunet
Subject: [cash2ecash] branch master updated: testing
Date: Thu, 02 Jan 2025 13:39:04 +0100

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

manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new 3a7f256  testing
3a7f256 is described below

commit 3a7f2564451976ae828735925691c6a64ee202db
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 13:38:54 2025 +0100

    testing
---
 src/cash2ecash.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index 02c01f3..7aeaae2 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -57,7 +57,7 @@ void actionEventInitialize() {
 }
 
 void actionEventUnexpected(){
-  std::cerr << "Event not expected in this state" << std::endl;
+  std::cerr << "Event not expected in this state" << state << std::endl;
 }
 
 void actionEventStart(){
@@ -196,8 +196,8 @@ void initStateEvent(){
 
 
 void eventHandler(event_e event){
-  stateEventTable[state][event].action();
   state = stateEventTable[state][event].nextState;
+  stateEventTable[state][event].action();
 }
 
 int main(int argc, char *argv[]){

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]