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:44:29 +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 c2a3d77  testing
c2a3d77 is described below

commit c2a3d77501962302a5dd7c111d5f2079b812a643
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 13:44:17 2025 +0100

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

diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index 7aeaae2..151de0d 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -196,8 +196,9 @@ void initStateEvent(){
 
 
 void eventHandler(event_e event){
+  state_e oldstate = state;
   state = stateEventTable[state][event].nextState;
-  stateEventTable[state][event].action();
+  stateEventTable[oldstate][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]