gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl, correct 'not equal' symbol for WSL
[mjc2wsl.git] / src / mjc2wsl.java
index 8617713..b807bc8 100644 (file)
@@ -189,7 +189,7 @@ public class mjc2wsl{
        private String getRelationFor(int opcode) throws Exception {
                        switch (opcode) {
                                        case jeq: return "=";
-                                       case jne: return "#";
+                                       case jne: return "<>";
                                        case jlt: return "<";
                                        case jle: return "<=";
                                        case jgt: return ">";
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner