Re: [AD] minor bug in src/graphics.c |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Elias Pschernig wrote:
Edgar: Btw., your patches would be easier to apply if you create them
with svn diff (or a way to retain the paths to changed files)
I don't use svn diff because it includes personal information I don't
want to share with the web at large.
I just create them using
diff -u old_file new_file
I can apply the patches I create by simply using
patch -u graphics.c graphics.c.diff
What should I do differently?