mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-29 09:05:30 +00:00 
			
		
		
		
	BUGFIX: array initialization syntax in issues.go
This commit is contained in:
		| @@ -1,7 +1,6 @@ | ||||
| package xmlprovider | ||||
|  | ||||
| import ( | ||||
| 	"log" | ||||
| 	"strconv" | ||||
| 	"strings" | ||||
| ) | ||||
| @@ -48,6 +47,8 @@ func Sort[T XMLItem](i, j T) int { | ||||
| 		} | ||||
|  | ||||
| 		int_b, err := strconv.Atoi(sort_b[i]) | ||||
| 		if err != nil { | ||||
|  | ||||
| 			if item < sort_b[i] { | ||||
| 				return -1 | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens