]> Chaos Git - vn/FSNConverter-Linux.git/commitdiff
Update README.md
authorJon Feldman <chaos.kagami@gmail.com>
Wed, 20 Aug 2014 17:26:08 +0000 (13:26 -0400)
committerJon Feldman <chaos.kagami@gmail.com>
Wed, 20 Aug 2014 17:26:08 +0000 (13:26 -0400)
README.md

index fffd36ecc63f2eff04770ffb3e810ecaa6256dec..2e6e856596d03e1fbf9c3140fe8b8d7215dc847c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It wasn't nearly that simple. Some code used windows APIs for files, and some co
 
 ### The issues I ran into:
  - Posix API not used for file access. I replaced the API in C close to 1:1
- - Bad code. Like 0[ptr++] . It's not ASLR friendly. Hell, it should probably just segfault.
+ - Bad code. Like ```0[ptr++]``` . It's not ASLR friendly. Hell, it should probably just segfault.
  - Do not hardcode C: and Z: into your java. Repeat, don't hardcode windows paths.
  - ffmpeg and libav are both the same thing, but the program only uses ffmpeg
  - System tools really should be preferred and/or required on linux.