aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-15 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-15 20:20:20 +0100
commit5531c561d29c33b159f5d7db1ffc5e6524e46cd1 (patch)
tree20d37a7b24d6ced7015fd8f3888739b2ae4f39fd
parentno push bin (diff)
downloadhardflip-5531c561d29c33b159f5d7db1ffc5e6524e46cd1.tar.gz
hardflip-5531c561d29c33b159f5d7db1ffc5e6524e46cd1.tar.bz2
hardflip-5531c561d29c33b159f5d7db1ffc5e6524e46cd1.tar.xz
hardflip-5531c561d29c33b159f5d7db1ffc5e6524e46cd1.tar.zst
hardflip-5531c561d29c33b159f5d7db1ffc5e6524e46cd1.zip
up
Diffstat (limited to '')
-rw-r--r--c_josh.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_josh.go b/c_josh.go
index 61ee0bb..a92443d 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* josh: src/c_josh.go
- * Fri, 15 Dec 2023 12:45:58 +0100
+ * Fri, 15 Dec 2023 17:53:42 +0100
* Joe
*
* the main
@@ -61,7 +61,7 @@ func display_servers(lhost *HostList) {
curr = curr.next
}
fmt.Println()
- curr = lhost.sel(2)
+ curr = lhost.sel(3)
if curr == nil {
c_die("host id not found", nil)
}