pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Mandriva - collaborative debugging tool What's a private pastebin?

Posted by Anssi on Fri 13th Jun 18:59 (modification of post by view diff)
download | new post

  1. Index: URPM.xs
  2. ===================================================================
  3. --- URPM.xs     (revision 242951)
  4. +++ URPM.xs     (working copy)
  5.  -1917,8 +1917,9 @@
  6.        compare = _epoch - (*epoch ? atoi(epoch) : 0);
  7.        version[-1] = ':'; /* restore in memory modification */
  8.      } else {
  9. -      /* there is no epoch defined, so no check on epoch and assume equality */
  10. +      /* there is no epoch defined, so assume epoch = 0 */
  11.        version = evr;
  12. +      compare = _epoch;
  13.      }
  14.      if (!compare) {
  15.        if (!pkg->info)

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me