[brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Fixed typo on 2013-09-11 19:18 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Wed, 11 Sep 2013 19:18:58 +0000

Revision: ccf3a5ea9665
Branch:   default
Author:   Brandon Roller <brandon.r.roller@xxxxxxxxx>
Date:     Wed Sep 11 19:17:39 2013 UTC
Log:      Fixed typo
http://code.google.com/p/brailleblaster/source/detail?r=ccf3a5ea9665&repo=newdesign

Modified:
 /src/main/org/brailleblaster/views/BrailleView.java

=======================================
--- /src/main/org/brailleblaster/views/BrailleView.java Wed Sep 11 17:46:32 2013 UTC +++ /src/main/org/brailleblaster/views/BrailleView.java Wed Sep 11 19:17:39 2013 UTC
@@ -379,7 +379,7 @@
                                                textBefore = 
makeInsertionString(spaces + 1,'\n');
                                                insertBefore(currentEnd, 
textBefore);
                                                offset = (spaces + 1) - length;
-                                               if(nextStart != 1)
+                                               if(nextStart != -1)
                                                        nextStart += offset;

                                                if(nextStart != -1){

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Fixed typo on 2013-09-11 19:18 GMT - brailleblaster