Advertisement
Guest User

Untitled

a guest
May 10th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --- ./src/ListOfLatexCommands.cpp 2017-05-05 14:48:06.871667425 +0500
  2. +++ ./src/ListOfLatexCommands.cpp 2017-05-05 14:48:58.775002136 +0500
  3. @@ -544,7 +544,7 @@
  4. }
  5. else
  6. {
  7. - if (com_nr==5 && argument1[0]!='\0')//special case 'frac'
  8. + if (com_nr==5 && argument1[0].toLatin1()!='\0')//special case 'frac'
  9. {
  10. int count1,count2;//,max_count;
  11. count1=count2=0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement