gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 04/32: CallStack


From: gnunet
Subject: [taler-taler-ios] 04/32: CallStack
Date: Mon, 16 Oct 2023 00:03:02 +0200

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

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 32d47d82bbbe06dd0a0521d0f23daa7d2533d390
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Oct 10 19:49:29 2023 +0200

    CallStack
---
 TalerWallet1/Helper/CallStack.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Helper/CallStack.swift 
b/TalerWallet1/Helper/CallStack.swift
index fb5d0ec..8fa91ca 100644
--- a/TalerWallet1/Helper/CallStack.swift
+++ b/TalerWallet1/Helper/CallStack.swift
@@ -65,7 +65,7 @@ extension CallStack {
 #else
     init(_ message: String = "") {
         let item = CallStackItem(message: message)
-        self.storage = [item]
+        self.stack = [item]
     }
 #endif
 #if DEBUG

-- 
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]