Advertisement
Guest User

Ubuntu 10.10 Psi+ Patch

a guest
Oct 17th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. $ diff ../git/src/libpsi/tools/simplecli/simplecli.cpp /media/DATA/tehnick-psi-plus-f079c37/src/libpsi/tools/simplecli/simplecli.cpp
  2. 62c62
  3. < qDebug("CLI: cannot add alias '%s' because name '%s' does not exist", qPrintable(alias), qPrintable(originalName));
  4. ---
  5. > qDebug("CLI: cannot add alias '%s' because name '%s' does not exist", qPrintable(QString(alias)), qPrintable(QString(originalName)));
  6. 135c135
  7. < qDebug("CLI: Ignoring next value ('%s') for '%s' arg.", qPrintable(value), qPrintable(name));
  8. ---
  9. > qDebug("CLI: Ignoring next value ('%s') for '%s' arg.", qPrintable(QString(value)), qPrintable(QString(name)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement