]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - hexdump/display.c
shell_cmds-175.tar.gz
[apple/shell_cmds.git] / hexdump / display.c
index c0070a12c3456c2011bc37f75dfc60624878cd86..978a50c9d3e35c7e49d83ab84e00c09ab7c90e3f 100644 (file)
@@ -270,7 +270,12 @@ get(void)
                         * XXX bcmp() is not quite right in the presence
                         * of multibyte characters.
                         */
+#ifdef __APPLE__
+                       /* 5650060 */
+                       if (!need && vflag != ALL && 
+#else
                        if (vflag != ALL && 
+#endif
                            valid_save && 
                            bcmp(curp, savp, nread) == 0) {
                                if (vflag != DUP)