Advertisement
hamzaalloush

0001-fix-for-CTRL-V-segfault.patch

Oct 18th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. From 8bf95311957c97163282cbe27636233f8def9fac Mon Sep 17 00:00:00 2001
  2. From: Hamza Alloush <hamzaalloush@live.com>
  3. Date: Sun, 18 Oct 2015 14:56:49 +0300
  4. Subject: [PATCH] fix for CTRL+V segfault.
  5.  
  6. ---
  7. src/util/ul.h | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9.  
  10. diff --git a/src/util/ul.h b/src/util/ul.h
  11. index f01ba01..bf52ad0 100644
  12. --- a/src/util/ul.h
  13. +++ b/src/util/ul.h
  14. @@ -154,7 +154,7 @@
  15.  
  16. #define PLIB_MAJOR_VERSION 1
  17. #define PLIB_MINOR_VERSION 8
  18. -#define PLIB_TINY_VERSION 5
  19. +#define PLIB_TINY_VERSION 6
  20.  
  21. #define PLIB_VERSION (PLIB_MAJOR_VERSION*100 \
  22. +PLIB_MINOR_VERSION*10 \
  23. --
  24. 1.9.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement